

/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.section/.default/style.css?17820450036422*/
.catalog-section {
	margin-bottom: 70px;
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px){
	.catalog-section{
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.catalog-section {
		grid-template-columns: 1fr;
	}
}
.catalog-section.line-view{
	grid-template-columns: 1fr;
}

@media (min-width: 576px) {
	.catalog-section.line-view .product__price-container{
		display: flex;
		align-items: center;
		gap: 10px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}

@media (min-width: 576px) and (max-width: 1170px) {
	.catalog-section.line-view .product__price-container {
		justify-content: flex-start;
	}
}

@media (min-width: 576px) {
	.catalog-section.line-view .product-item{
		display: grid;
		grid-template-columns: 240px 1fr;
		grid-template-areas: 'product-item__img product-item__title' 'product-item__img product-item__props' 'product-item__img product__price-bottom';
	}

	.catalog-section.line-view .product-item__img{
		margin: auto;
	}
	.catalog-section.line-view .product-item__title{
		text-align: left;
	}

	.catalog-section.line-view .product-item__btn-container{
		text-align: left;
		width: 100%;
	}

	.catalog-section.line-view .product-item__btn{
		margin-left: auto;
	}

	.catalog-section.line-view .product__price-bottom{
		justify-content: space-between;
	}
}

@media (min-width: 576px) and (max-width: 1170px){
	.catalog-section.line-view .product__price-bottom {
		flex-direction: column;
		align-items: flex-end;
	}
}


@media (min-width: 576px) {
	.catalog-section.line-view .product__price-container.product__price-container_hour{
		display: flex;
	}
}


.catalog-section .product-item{
	transition: transform .3s ease;
}

.catalog-section .product-item:hover{
	transform: translateY(-3px);
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
#content .tech-item{
	height: auto;
}
.tech-item .iconsText{
	position: static;
	margin-bottom: 10px;
	padding: 0 10px;
}
.tech-item .redAnglesReverse{
	bottom: -10px;
}

.catalog-section.line-view{
	flex-direction: column;
	align-items: center;
}

.view-select-btn{
	appearance: none;
	background-color: transparent;
	padding: 0;
	border: none;
}

@media (min-width: 576px){
	.view-select-wrapper {
		display: flex;
		justify-content: flex-end;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.view-select{
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	
	.view-select-btn.line-view {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		row-gap: 2.5px;
	}
	.view-select-btn.line-view .line-view-btn-line {
		width: 20px;
		height: 4.5px;
		background-color: #c4c4c4;
	}
	.view-select-btn.block-view {
		width: 18px;
		height: 18px;
		gap: 2px;
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
	}
	.view-select-btn.block-view .block-view-btn-block {
		width: 8px;
		height: 8px;
		background-color: #c4c4c4;
	}
	.view-select-btn.line-view.active .line-view-btn-line, .view-select-btn.line-view:hover .line-view-btn-line, .view-select-btn.block-view.active .block-view-btn-block, .view-select-btn.block-view:hover .block-view-btn-block{
		background-color: #e04622
	}
}


@media (max-width: 575px) {
	.view-select-wrapper{
		display: none;
	}
}

.section__bottom-banner{
	margin: 70px 0;
}

/* перенес из шаблон/style.css */
@media (max-width:480px) {

	.itemFlex {
		position: relative;
		height: 100px
	}

	.flexicons a {
		width: 30%;
		margin: 10px 5px
	}

}

.sectionOrder {
	float: right;
	background: #e04622;
	color: #fff;
	font-weight: 700;
	border: 1px solid #e04622;
	border-radius: 4px
}

.sectionOrder:hover {
	background: #ff5932;
	border: 1px solid #ff5932
}

.sectionOrder:active {
	border: 1px solid #ff5932;
	background: unset;
	color: #ff5932
}

.fast-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	margin-bottom: 15px;
}

.fast-links a {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #e04622;
	padding: 5px;
	border-radius: 5px
}


.fast-links a:hover {
	text-decoration: none;
	background-color: #e04622;
	color: #fff
}

@media (max-width:479px) {
	.fast-links a {
		font-size: 14px;
		margin-right: 5px
	}
}

.sectionOrder {
	font-size: 14px;
	padding: 10px 30px
}

.itemFlex {
	position: relative;
	height: 168px
}

.itemFlex img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.itemFlex .redAngles {
	display: none
}

.itemFlex .redAnglesReverse {
	display: none;
	position: absolute;
	bottom: 0;
	transform: rotate(180deg)
}

@media (max-width:480px) {
	.itemFlex {
		position: relative;
		height: 150px
	}
}

.flexicons a:hover .redAngles,
.flexicons a:hover .redAnglesReverse {
	display: block;
	position: absolute
}

.flexicons {
	display: flex;
	flex-wrap: wrap
}

.flexicons a {
	width: calc(20% - 10px);
	margin: 10px 5px
}

@media (max-width:991px) {
	.flexicons a {
		width: calc(33% - 10px);
		margin: 10px 5px
	}
}

@media (max-width:480px) {
	.flexicons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.flexicons a {
		width: calc(50% - 10px)
	}

}

span.iconsText {
	position: absolute;
	bottom: 0;
	display: flex;
	vertical-align: bottom;
	justify-content: space-around;
	left: 0;
	width: 100%;
	text-align: center;
	/* color: #777 */
	color: #555;
}

/* codex-ep-mobile-overflow-fix-20260621 */
@media (max-width: 500px) {
  .hero-catalog,
  .hero-catalog__overlay,
  .hero-catalog__content {
    box-sizing: border-box;
    max-width: 100%;
  }

  .hero-catalog__content {
    width: 100%;
  }

  .hero-catalog__content h1 {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    line-height: 1.25;
  }

  #content p {
    overflow-wrap: break-word;
  }
}

/* codex-catalog-mobile-content-width-fix-20260621 */
@media (max-width: 500px) {
  #main.main-content-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }

  #main.main-content-wrap > #content.main-content {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #content h1,
  #content h2,
  #content h3,
  #content p,
  #content a {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    margin-left: auto;
    margin-right: auto;

    min-width: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;

}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/altarent_2021 actual/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot');
    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.item/item/style.css?16751543522617*/
.product-item {
    padding: 25px 0 0;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 100%;
    transition: transform .2s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

/* .product-item.product-item_promo{
    padding: 25px 0 0;
} */

.product-item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    /* color: #FF4419; */
    color: #000;
    text-align: center;
    display: block;
    padding: 0 10px;
    grid-area: product-item__title;
}

.product-item__btn-container{
    display: flex;
    justify-content: center;
}
.product-item__btn{
    border: none;
    font-size: 14px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.product-item__btn:hover,
.product-item__btn:focus{
    text-decoration: underline;
}

.product-item__price{
    display: flex;
    justify-content: center;
    padding: 15px;
}

.product__price-bottom{
    margin-top: auto;
    padding: 15px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    grid-area: product__price-bottom;
}

.product__price-bottom.product__price-bottom_gray{
    background: #eaeff3;
    
}

.product__price-container{
    text-align: center;
    width: max-content;
    color: #555;
    line-height: 120%;
    flex: none;
}

.product__price-container.product__price-container_hour {
    display: none;
}

.product__price-value{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
}
.product__price-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.product__price-old-value{
    text-decoration: line-through;
    white-space: nowrap;
}

.product-item__img{
    display: block;
    height: 150px;
    padding: 0 10px;
    grid-area: product-item__img;
}

.product-item__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item__props{
    grid-area: product-item__props;
}
.product-item .propsCard{
    height: auto!important;
}

.product-item__promo{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #FF4419;
    border-radius: 6px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 33px;
    background-image: url('/local/img/promo-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}
/* End */


/* Start:/local/templates/altarent_2021 actual/parts/bottom-banner/bottom-banner.css?17478087103411*/
.bottom-banner {
    display: grid;
    grid-template-areas: 
        'bottom-banner__title bottom-banner__img'
        'bottom-banner__desc bottom-banner__img'
        'bottom-banner__form bottom-banner__img'
        'bottom-banner__form-privacy bottom-banner__img'
        'inner-result bottom-banner__img';
    ;
    grid-template-columns: 1fr 370px;
    padding: 20px;
    background: #EB5430;
    border-radius: 5px;
    gap: 20px 5px;
}

@media (max-width: 1350px){
    .bottom-banner{
        grid-template-columns: 1fr 270px;
    }
}

@media (max-width: 1170px) {
    .bottom-banner {
        grid-template-areas:
            'bottom-banner__title'
            'bottom-banner__desc'
            'bottom-banner__form'
            'inner-result'
            'bottom-banner__img'
            'bottom-banner__form-privacy'
        ;
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.inner-result{
    grid-area: inner-result;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.bottom-banner__title {
    grid-area: bottom-banner__title;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
}

@media (max-width: 1171px ){
    .bottom-banner__title{
        font-size: 21px;
    }
}

.bottom-banner__desc {
    grid-area: bottom-banner__desc;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

@media (max-width: 1171px) {
    .bottom-banner__desc {
        font-size: 18px;
    }
}

.bottom-banner__desc a {
    color: #FFFFFF;
}

.bottom-banner__desc a:hover,
.bottom-banner__desc a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.bottom-banner__form {
    grid-area: bottom-banner__form;
    display: flex;
    align-items: stretch;
    gap: 10px;    
}

@media (max-width: 1170px) {
    .bottom-banner__form{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 630px) {
    .bottom-banner__form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bottom-banner__form input{
        text-align: center;
    }

    .bottom-banner__form .btn-trans{
        width: 100%;
        max-width: 220px;
    }
}

.bottom-banner__form input{
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
    max-width: 190px;
}

@media (max-width: 630px) {
    .bottom-banner__form input{
        max-width: 220px;
    }
}

.bottom-banner__form input:placeholder{
    color: #666666;
}

.bottom-banner__form-privacy {
    grid-area: bottom-banner__form-privacy;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.bottom-banner__form-privacy a{
    color: #fff;
    text-decoration: underline;
} 
.bottom-banner__form-privacy a:hover{
    color: #fff;
    text-decoration: underline;
} 

@media (max-width: 1170px) {
    .bottom-banner__form-privacy{
        font-size: 12px;
    }
}

.bottom-banner__img{
    grid-area: bottom-banner__img;
    display: flex;
    align-items: center;
}

@media (max-width: 1170px) {
    .bottom-banner__img{
        margin: auto;
    }
}
/* End */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.section/.default/style.css?17820450036422 */
/* /local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798 */
/* /local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145 */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.item/item/style.css?16751543522617 */
/* /local/templates/altarent_2021 actual/parts/bottom-banner/bottom-banner.css?17478087103411 */
